home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / mmlg_302.zip / MMLG.CTL next >
Text File  |  1996-07-10  |  5KB  |  162 lines

  1. ; MMLG Control File
  2.  
  3. ; All lines preceeded by a semi-colon are comments and are ignored.
  4. ; Order of keywords in this control file is irrelevant.
  5.  
  6. ;------------------------------------------------------------------------------
  7. ; This is your Maximus directory where the FAREA.DAT and FAREA.IDX files
  8. ; are located.
  9. ; (Necessary)
  10.  
  11. MaxDir P:\MAX3
  12.  
  13. ;------------------------------------------------------------------------------
  14. ; This is the list of all the files on your system
  15. ; Default is not to create one
  16.  
  17. MasterList ALLFILES.LST
  18.  
  19. ;------------------------------------------------------------------------------
  20. ; This is the list of the new files on your system
  21. ; Default is not to create one
  22.  
  23. NewList NEWFILES.LST
  24.  
  25. ;------------------------------------------------------------------------------
  26. ; This is list of the directories accessable
  27. ; Default is not to create one
  28.  
  29. DirList FREQ.CTL
  30.  
  31. ;------------------------------------------------------------------------------
  32. ; Where to write the log.
  33. ; Default is no log.
  34.  
  35. LogFile MMLG.LOG
  36.  
  37. ;------------------------------------------------------------------------------
  38. ; Amount of information to log (1-6)
  39. ; Default = 6
  40.  
  41. ;LogLevel 3
  42.  
  43. ;------------------------------------------------------------------------------
  44. ; Priv level to match for file areas.  Only areas accessable to users with
  45. ; this priv level will be listed.  To include keys, add a / to the priv
  46. ; level and then list the keys (eg. Normal/123)
  47. ; Default = Normal
  48.  
  49. ;Priv Worthy/1
  50.  
  51. ;------------------------------------------------------------------------------
  52. ; Include the following:
  53. ; (Optional)
  54.  
  55. ;Include Comments         Any line in FILES.BBS that is not a file spec
  56. Include AreaTotals       Total bytes and files in each area
  57. Include GrandTotal       Total bytes and files for all areas
  58.  
  59. ;------------------------------------------------------------------------------
  60. ; Header file will appear at the top of the list file
  61. ; (Optional)
  62.  
  63. HeaderFile BBSINFO.TXT
  64.  
  65. ;------------------------------------------------------------------------------
  66. ; Extra file will appear after the canned title box and the first area
  67. ; (Optional)
  68.  
  69. ExtraFile EXTRA.FIL
  70.  
  71. ;------------------------------------------------------------------------------
  72. ; Footer file will appear after the grand total but before the canned
  73. ; copyright box
  74. ; (Optional)
  75.  
  76. FooterFile FOOTER.FIL
  77.  
  78. ;------------------------------------------------------------------------------
  79. ; Wrap Margin for long descriptions
  80. ; Default = 32
  81.  
  82. WrapMargin 38
  83.  
  84. ;------------------------------------------------------------------------------
  85. ; Type of boxes:
  86. ;    0 = + (ASCII)
  87. ;    1 = ┌ (Single line)
  88. ;    2 = ╔ (Double line)
  89. ;    3 = ╒ (Double horizontal)
  90. ;    4 = ╓ (Double vertical)
  91. ; Default = 1
  92.  
  93. Box 2
  94.  
  95. ;------------------------------------------------------------------------------
  96. ; Flag new files within this many days
  97. ; Default = 7
  98.  
  99. New Days 14
  100.  
  101. ;------------------------------------------------------------------------------
  102. ; Flag new files with this character
  103. ; Default = *
  104.  
  105. ;New Char %
  106.  
  107. ;-----------------------------------------------------------------------------
  108. ; Show file size in K rather than bytes
  109. ; (Optional)
  110.  
  111. ;Kilobytes
  112.  
  113. ;------------------------------------------------------------------------------
  114. ; Change Format of the date.
  115. ; (Optional - default is M/D/Y)
  116.  
  117. ;Date D/M/Y
  118. ;Date Y/M/D
  119.  
  120. ;------------------------------------------------------------------------------
  121. ; Show files that are (offline)
  122. ; (Optional)
  123.  
  124. ShowOffline
  125.  
  126. ;------------------------------------------------------------------------------
  127. ; Use this line if the file has no description.
  128. ; Default="(no description available)".
  129.  
  130. ;NoDesc (Sorry, I don't know what this file is)
  131.  
  132. ;------------------------------------------------------------------------------
  133. ; Use this line to insert commas into large numbers.
  134. ; Default is no commas.
  135.  
  136. NiceNumbers
  137.  
  138. ;------------------------------------------------------------------------------
  139. ; Use this line to include a summary of the files and bytes for all the
  140. ; included areas.
  141.  
  142. Summary
  143.  
  144. ;------------------------------------------------------------------------------
  145. ; Use this line to save the summary in this file instead of the master file.
  146. ; Default is to include the summary in the master file.
  147.  
  148. ;SummaryFile SUMMARY.LST
  149.  
  150. ;------------------------------------------------------------------------------
  151. ; Schedules
  152.  
  153. ;         Name_Of_Schedule  Areas_To_Include_In_Generated_List...
  154. ;         (one word name)   (can be an area name, or a numeric range)
  155.  
  156. Schedule  SDS               SMAX SFD 41 65
  157. Schedule  PDN               PPAS 1-20 23 40-100
  158. Schedule  PICS              PICS XRTD ANI FAM 
  159. Schedule  PICS              4 5 7 12 20-29
  160. Schedule  HD                1-71 
  161. Schedule  PICS              PIC*
  162.